home *** CD-ROM | disk | FTP | other *** search
/ The Sunday Times: Parent Power / The Sunday Times - Parent Power.iso / pc / engine / engine.swf / scripts / DefineSprite_257 / frame_10 / DoAction.as
Encoding:
Text File  |  2005-11-03  |  222 b   |  10 lines

  1. stop();
  2. getUrl("lingo:Flsh_webConfirmed", "");
  3. confirmTimeout = function()
  4. {
  5.    clearInterval(nmWaitID);
  6.    _parent.gotoAndStop("init");
  7. };
  8. nmWaitID = setInterval(this,"confirmTimeout",2000);
  9. _parent.webPageGo();
  10.